Welcome![Sign In][Sign Up]
Location:
Search - c ftp server

Search list

[WinSock-NDISlinux下用c语言实现的一个ftp程序

Description: linux下用c语言实现的一个ftp程序,包括server和client-using the C Language an ftp procedures, including server and client
Platform: | Size: 4531 | Author: god | Hits:

[Ftp Clientftpcode

Description: 一个FTP服务器的源吗程序 您需要至少在VC6.0的开发环境下才能运行!-a ftp server sourcecode,you need to complie it with visual c++~
Platform: | Size: 199960 | Author: 雨寒 | Hits:

[Ftp ServerFTP服务

Description: 这是用C#编写的客户器与服务器的程序,为需要使用的人员提供了条件。-this is a client programm and a server programm writen in c#,it provides convenience for people who need it.
Platform: | Size: 21294 | Author: 李斌 | Hits:

[WinSock-NDISMiniFTPServer

Description: MiniFTPServer是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序;注意:帐号密码为toldo,主目录为C:/temp,在连接之前请先建立-MiniFTPServer is a console based on the ftp server, can be achieved most of the FTP server procedures; Note : toldo account password, home directory to C : / temp, in the post before establishing connections
Platform: | Size: 22878 | Author: GGG | Hits:

[Internet-NetworkTcpSer

Description: FTP服务器示例 实现客户发出请求下载服务端文件的功能 服务器能同时响应多个客户的请求 编译方式: cc TcpSer.c -o TcpSer -lsocket-example FTP server for customers download service request issued by the document-server functionality can also respond to the request of several customers compiler approach : TcpSer.c cc-o TcpSer - lsocket
Platform: | Size: 2091 | Author: 木子 | Hits:

[WinSock-NDISMini_FTP

Description: 用C++写的一个小型的FTP服务器,可能不太稳定,连接不能太多。-Using C + + to write a small FTP server, it may not be stable and not too many connections.
Platform: | Size: 345807 | Author: asly | Hits:

[Other resourceC++BuilderWeb

Description: 书的内容: 第一章 面向对象编程 1.1 什么是对象 1.2 修改元件名称 1.3 对象作用域问题 1.4 类成员的可见性 1.5 对象的相互赋至 1.6 自己创建一个对象 1.7 VCL的结构 1.8 TObjiect 1.9 TPersistent 1.10 TComponet 1.11 TComponent 1.11 TControl 1.12 TWinControl 1.13 TGraphicControl 1.14 TCustom Control 第二章 组件对象模型 2.1 几个基本概念 2.2 客户和服务器 2.3 认识GUID。CLSID。IID 2.4 引用技术 2.5 什么是IUnknown接口 2.6 Dll形式的COM服务器 2.7 接口 2.8 调度接口 2.9 双重接口 2.10 对接口的应用 第3章 ActiveX 第4章 Type Libraty 第5章 创建ActiveX控件 第6章 OLE自动化 第7章 使用WinSock 第8章 使用FTP控件 第9章 使用UDP控件 第10章 使用HTTP控件 第11章 使用HTML控件 第12章 使用SMTP控件 第13章 使用POP控件 第14章 使用NNTP控件 第15章 创建Web服务器应用程序 第16章 Web服务器的细节 //从第3章我就不详细写了~-the contents : the first chapter of object-oriented programming 1.1 1.2 What is the object name change components targeted 1.3 Scope 1.4 category visibility of the target of 1.5 to 1.6 mutual given themselves a target to create VCL 1.7 the structure TObjiect 1.9 1.8 TComponet TPersistent 1.10 1.11 1.11 TComponent TWinControl TControl 1.12 1.14 1.13 TGraphicControl TCustom Control II Component Object Model 2.1 2.2 few basic concepts and customers awareness Server 2.3 GUID. CLSID. Bloch cited technical 2.4 2.5 What is the IUnknown interface 2.6 Dll form of COM server interface 2.8 2.7 2.9 Scheduling Interface Interface 2.10 pair of double Application Interface Chapter 3 Chapter 4 ActiveX Type Libraty create Chapter 5 ActiveX Chapter 6 OLE Automation to use Chapter 7 Chapter 8 WinSock use FTP
Platform: | Size: 1910456 | Author: 龙杨 | Hits:

[Ftp Serverflashftpserver

Description: 这是一个C语言版本的FTP服务器程序,运行效果相当好,目前仅支持Windows系统上运行。你可以到我的主页获得最新的版本。如果你更新了代码,支持你以邮件方式发给我,我可以放到主页上,并且在程序注明你的名字。-This is a C language version of the FTP server running quite effective, currently only supports Windows operating system. You can come to my home page to access the latest version. If you update the code, to support your mail sent to me, I can put on the home page, and the procedure with your name.
Platform: | Size: 32986 | Author: 黄冠 | Hits:

[Ftp Serverftpserver_overlapped

Description: Ftp服务器 C++实现,采用overlapped I/O技术-Ftp server achieved using overlapped I / O technology
Platform: | Size: 60294 | Author: air | Hits:

[Ftp ServerFtpSever

Description: C#网络开发,一个简单的Ftp服务器端实现-C# network development, a simple realization Ftp server
Platform: | Size: 44145 | Author: jorton | Hits:

[Ftp ClientUnixftpcilent

Description: 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.login(conts string &pm_sFtpUser,const string &pm_sFtpPwd) 2:进入服务端目录 ftpTools.cd(const string & pm_sServerPath) 3:设定本地目录 ftpTools.Lcd(const string & pm_sLocalPath) 4:上传文件 ftpTools.upload(const string &pm_sSrcFilePath,const string & pm_sSrcFileName) 5:下载文件 ftpTools.download(const string & pm_sServerFileName,const string & pm_sDesPath) 支持全路径文件名,PASV模式 -an FTP client category, Socket written in the Unix environment. The reason Packaging category is because the written document under unix uploading and downloading operations are transferred to the shell script, C, C + + is difficult to control and the interactive shell, and not informed of the error code error, Using C + + tools packaged as a category, any item can reuse of. Easy to operate, just like normal FTP : 1 : landing FTP server FTPTools ftpTools (Contracting string
Platform: | Size: 4704 | Author: sl | Hits:

[CSharpkcommon

Description: C#开发的FTP服务器端和客户端源代码。-C# development of the FTP server and client source code.
Platform: | Size: 24596 | Author: yorkent | Hits:

[Other resourcefacility

Description: 基于Vxworks平台的几个代码(C),一个FTP服务器的代码,一个是基于SOCKET机制的通用服务器,还有一个是简单XML解释器-Vxworks several code (C), an FTP server code SOCKET is a mechanism based on the common server, there is a simple explanation for XML
Platform: | Size: 46009 | Author: chen | Hits:

[WinSock-NDISFTP_Server_Source

Description: 一个ftp服务器程序,用Visual c++编制,想要学习ftp和ftp机制的人十分适合,有十分多东西的值得学习-an ftp server, compiled with Visual c, want to learn ftp ftp mechanism and the people are very fit, a great many things worth learning
Platform: | Size: 95068 | Author: 张利君 | Hits:

[Internet-Networklinux-ftpd-ssl

Description: 一个linux 下的ftp服务器程序 c语言编写-a linux under the ftp server language c
Platform: | Size: 80818 | Author: xierongji | Hits:

[Ftp ServerFTPDemo

Description: ftp服务器源码,visual c++下的-ftp server source code, the visual c
Platform: | Size: 1538696 | Author: xjx_009 | Hits:

[Linux-UnixFtpSvr

Description: 在Linux下使用GCC编制的FTP服务器,使用多线程的来进行解决多个用户的连接请求,在用户的管理方面使用MySql,(当然也可以使用其它的数据库,但必须得在MakeFile里面自己修改指定),思路较清晰,适合Linux初学者对linux下的c编程的全面的了解。-use of the Linux GCC based FTP server, The use of multithreading to address a number of user connections, at the request of the management of users using MySql, (Of course, we can use other databases, but in the uCLinux inside their own changes to the designated) Thinking more clearly, suitable for Linux beginners linux c programming under the comprehensive understanding.
Platform: | Size: 870170 | Author: uruz7 | Hits:

[Ftp ServerFTPbycsharp

Description: 一个使用C#开发的FTP服务器程序,已经测试编译,直接好用。-use of a C# development of the FTP server program, the compiler has been tested directly handy.
Platform: | Size: 5376 | Author: 史浩宇 | Hits:

[Internet-Networkftp-socket

Description: 利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序-use Linux development environment, Design and Implementation of a simple file transfer protocol FTP. it contains the server and client procedures C
Platform: | Size: 4565 | Author: 李亚林 | Hits:

[Internet-NetworkFTPServerClient

Description: c++编写的FTP服务器和客户端程序,支持服务器间互传文件-c prepared by the FTP server and client, server, support each other - paper
Platform: | Size: 10414 | Author: 孟祥亮 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »

CodeBus www.codebus.net